KikuGie's Commons
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.collections
/
firstNotNull
first
Not
Null
fun
<
T
:
Any
>
Array
<
out
T
>
.
firstNotNull
(
)
:
T
(
source
)
fun
<
T
:
Any
>
Iterable
<
T
>
.
firstNotNull
(
)
:
T
(
source
)
fun
<
T
:
Any
>
Iterator
<
T
>
.
firstNotNull
(
)
:
T
(
source
)
fun
<
T
:
Any
>
Sequence
<
T
>
.
firstNotNull
(
)
:
T
(
source
)
Returns the first non-null element or
null
otherwise.